google.golang.org/grpc.firstLine.client (field)

4 uses

	google.golang.org/grpc (current package)
		server.go#L1785: 				client:     false,
		stream.go#L441: 				client: true,
		trace.go#L78: 	client     bool // whether this is a client (outgoing) RPC
		trace.go#L95: 	if f.client {